home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00145_Kiosk Sprite Cursors .ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  502 b   |  19 lines

  1. on exitFrame
  2.   global left, right, center, Hand, IQcursor
  3.   set the cursor of sprite 2 to 0
  4.   set the cursor of sprite 3 to left
  5.   set the cursor of sprite 4 to right
  6.   set the cursor of sprite 6 to Hand
  7.   set the cursor of sprite 7 to Hand
  8.   set the cursor of sprite 8 to Hand
  9.   set the cursor of sprite 9 to Hand
  10.   repeat with i = 30 to 38
  11.     set the cursor of sprite i to IQcursor
  12.   end repeat
  13.   if soundBusy(1) = 0 then
  14.     puppetSound("Techno.AIF")
  15.     updateStage()
  16.   end if
  17.   go(the frame)
  18. end
  19.